Operation Context.PushDocument (Push Document)
In component org.nuxeo.ecm.core.automation.coreContrib
Description
Push the input document on the context stack. The document can be restored later as the input using the corrresponding pop operation. Returns the input document.
Operation id | Context.PushDocument |
---|---|
Aliases | Document.Push |
Category | Push & Pop |
Label | Push Document |
Requires | |
Since |
Parameters
No parameters.
Signature
Inputs | document |
---|---|
Outputs | document |
Implementation Information
Implementation Class | Class: org.nuxeo.ecm.automation.core.operations.stack.PushDocument |
---|---|
Contributing Component | org.nuxeo.ecm.core.automation.coreContrib |
JSON Definition
{ "id" : "Context.PushDocument", "aliases" : [ "Document.Push" ], "label" : "Push Document", "category" : "Push & Pop", "requires" : null, "description" : "Push the input document on the context stack. The document can be restored later as the input using the corrresponding pop operation. Returns the input document.", "url" : "Context.PushDocument", "signature" : [ "document", "document" ], "params" : [ ] }